Click or drag to resize

PermissionLevel Enumeration

Represents the permission level that a user has on a folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum PermissionLevel
Members
  Member nameValueDescription
Owner0 Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders. The user is both folder owner and folder contact.
PublishingEditor1 Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.
Editor2 Indicates that the user can create, read, edit, and delete all items in the folder.
PublishingAuthor3 Indicates that the user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
Author4 Indicates that the user can create and read all items in the folder, and edit and delete only items that the user creates.
NoneditingAuthor5 Indicates that the user can create and read all items in the folder, and delete only items that the user creates.
Reviewer6 Indicates that the user can read all items in the folder.
Contributor7 Indicates that the user can create items in the folder. The contents of the folder do not appear.
Custom8 Indicates that the user has custom access permissions on the folder.
None9 Indicates that the user has no permissions on the folder.
See Also